home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 3
/
Aminet 3 - July 1994.iso
/
Aminet
/
dev
/
m2
/
rexxm2error.lha
/
RexxM2Error
/
rexx
/
QuitRexxM2Error.rexx
< prev
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-03-20
|
219 b
|
9 lines
/* $VER: QuitRexxM2Error.rexx V 0.2 © 1994 Fin Schuppenhauer */
/* "RexxM2Error" beenden. */
OPTIONS FAILAT 6
if show('P', 'REXXM2ERROR') then do
ADDRESS 'REXXM2ERROR' 'QUIT'
end